crypto/tls.halfConn.err (field)

8 uses

	crypto/tls (current package)
		conn.go#L170: 	err     error  // first permanent error
		conn.go#L196: 		hc.err = &permanentError{err: e}
		conn.go#L198: 		hc.err = err
		conn.go#L200: 	return hc.err
		conn.go#L609: 	if c.in.err != nil {
		conn.go#L610: 		return c.in.err
		conn.go#L1200: 	if err := c.out.err; err != nil {
		conn.go#L1578: 			if !errors.As(c.out.err, &a) {